home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / frame_1 / PlaceObject2_25_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-20  |  703 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    PercentLoaded = int(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  3.    gotoAndStop(int(PercentLoaded));
  4.    if(_root.gooddomain == 1)
  5.    {
  6.       _root.icon.gotoAndStop(_root.sicon);
  7.       lag = "This version of \'Radioactive Snakes From Mars\' is licensed to \'" + _root.sicon + "\'. This Legal copy has full functionality, and is being hosted with permission from the game\'s creator, Josh Tuttle.";
  8.    }
  9.    else
  10.    {
  11.       _root.icon.gotoAndStop("blank");
  12.       lag = "This version of \'Radioactive Snakes From Outer Space\' is not licensed to the site hosting it. This game is operating in shareware mode and will not have full functionality.";
  13.    }
  14. }
  15.